Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ICloneable<T> Interface
Members


In This Topic
    ICloneable<T> Interface
    In This Topic
    Supports cloning, which creates a new instance of a class with the same value as an existing instance.
    Syntax
    'Declaration
     
    
    Public Interface ICloneable(Of T) 
    'Usage
     
    
    Dim instance As ICloneable(Of T)
    public interface ICloneable<T> 
    Type Parameters
    T
    See Also